.why-crm {
  padding-top: 100px;
  background-color: #FAFBFC;
}

.why-desc {
  text-align: center;
  line-height: 24px;
}

.why-crm .why-wrap {
  
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 70px;
  padding-bottom: 140px;
  /* background: url(../images/main/dot-bg.png) no-repeat;
  background-size: 100% 100%; */
}

.why-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.why-bg {
  width: 100%;
}

.why-crm .why-wrap .why-wrap-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.why-crm .why-wrap .why-wrap-item .num {
  color: #0252CC;
  font-weight: 700;
  font-size: 48px;
}

.right {
  border-right: 1px solid #EBECF0;
}

.bottom {
  border-bottom: 1px solid #EBECF0;
}

.modal-wrap {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  background: #F8F9FB;
  box-shadow: 0px 2px 12px 0px #D7DBDF;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  border: 4px solid #fff;
}

.modal-wrap .modal-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.modal-wrap .modal-item .modal-pic {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #F8F9FB;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 6px #D7DBDF;
}
